home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / Cobian Backup 7.4.5.343 / Cb7Setup.exe / 0 / RCDATA / TFORM_SERIAL / TFORM_SERIAL.txt
Text File  |  2005-12-16  |  2KB  |  89 lines

  1. object Form_Serial: TForm_Serial
  2.   Left = 390
  3.   Top = 352
  4.   BorderStyle = bsDialog
  5.   Caption = 'Changed at runtime'
  6.   ClientHeight = 221
  7.   ClientWidth = 417
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Verdana'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object l_Welcome: TLabel
  22.     Left = 12
  23.     Top = 8
  24.     Width = 372
  25.     Height = 16
  26.     Caption = 'Please, enter your name, organization and serial number'
  27.   end
  28.   object e_Name: TLabeledEdit
  29.     Left = 16
  30.     Top = 50
  31.     Width = 389
  32.     Height = 24
  33.     EditLabel.Width = 47
  34.     EditLabel.Height = 16
  35.     EditLabel.Caption = 'Name: '
  36.     TabOrder = 0
  37.   end
  38.   object e_Organization: TLabeledEdit
  39.     Left = 16
  40.     Top = 103
  41.     Width = 389
  42.     Height = 24
  43.     EditLabel.Width = 93
  44.     EditLabel.Height = 16
  45.     EditLabel.Caption = 'Organization: '
  46.     TabOrder = 1
  47.   end
  48.   object e_Serial: TLabeledEdit
  49.     Left = 16
  50.     Top = 154
  51.     Width = 389
  52.     Height = 24
  53.     EditLabel.Width = 95
  54.     EditLabel.Height = 16
  55.     EditLabel.Caption = 'Serial number:'
  56.     TabOrder = 2
  57.   end
  58.   object b_OK: TButton
  59.     Left = 96
  60.     Top = 188
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&OK'
  64.     Default = True
  65.     TabOrder = 3
  66.     OnClick = b_OKClick
  67.   end
  68.   object b_Cancel: TButton
  69.     Left = 233
  70.     Top = 188
  71.     Width = 75
  72.     Height = 25
  73.     Cancel = True
  74.     Caption = '&Cancel'
  75.     TabOrder = 4
  76.     OnClick = b_CancelClick
  77.   end
  78.   object MD5: TLbMD5
  79.     Left = 160
  80.     Top = 12
  81.   end
  82.   object Timer: TTimer
  83.     Enabled = False
  84.     OnTimer = TimerTimer
  85.     Left = 256
  86.     Top = 28
  87.   end
  88. end
  89.